added a clear
This commit is contained in:
parent
60c76f1d55
commit
52dd12eec6
2 changed files with 8 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ export async function registerRoutes(fastify: FastifyInstance) {
|
|||
// All endpoint for testing
|
||||
fastify.get('/all', allHandler);
|
||||
|
||||
// All endpoint for testing
|
||||
fastify.get('/clear', clearHandler);
|
||||
|
||||
// Main detection endpoint - extracts all IPs from headers
|
||||
fastify.get('/', mainHandler);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue