Skip to content

Commit 4eeecd2

Browse files
committed
got rid or /hello legacy endpoint now that I confirmed everything is working with the new api.voxxr.in custom domain
1 parent 30839bb commit 4eeecd2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cloud/functions/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ app.use((req, res, next) => {
1313
next();
1414
})
1515

16-
// Legacy HTTP Endpoints declaration... please use declareRoutes() instead !
17-
exports.hello = functions.https.onRequest(async (request, response) => {
18-
(await import("./functions/http/hello")).sayHello(response, {}, {who: extractSingleQueryParam(request, 'who') || "default"})
19-
})
20-
2116
// For organizers
2217
// TODO: remove me once devoxx cfp will no longer use legacy URL
2318
// replaced by POST /api/events/:eventId/refreshScheduleRequest (requires event/family organizer token)

0 commit comments

Comments
 (0)