Skip to content

Commit

Permalink
fix: return valid traefik config.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jul 2, 2024
1 parent 04a7833 commit 7884767
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/(subsites)/traefik-config/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { json, type RequestHandler } from '@sveltejs/kit';

export const GET: RequestHandler = () => {
return json({
hello: 'world'
http: {
services: {}
}
});
};

0 comments on commit 7884767

Please sign in to comment.