gpstracker/src
Fabio Manganiello d49f8ec013
Fixed preRequestHandler route setup.
The map is a static object defined on the root `Route` class.

This means that any changes made by its derived classes (e.g. by
specifying the `@authenticate` annotation on some methods) will impact
the object for all the other derived classes too.

To prevent clashes, the structure of the map has been changed from:

```
method -> preRequestHandler
```

to:

```
RouteClass.name -> method -> preRequestHandler
```
2025-03-23 23:44:20 +01:00
..
db Support description for location points. 2025-03-23 20:23:26 +01:00
helpers Always clear cookies on logout / auth failure. 2025-03-06 23:53:46 +01:00
models Support description for location points. 2025-03-23 20:23:26 +01:00
repos Support description for location points. 2025-03-23 20:23:26 +01:00
requests Support description for location points. 2025-03-23 20:23:26 +01:00
routes Fixed preRequestHandler route setup. 2025-03-23 23:44:20 +01:00
App.ts Increased API body size to 10MB. 2025-03-10 01:34:27 +01:00
auth.ts Fixed preRequestHandler route setup. 2025-03-23 23:44:20 +01:00
errors.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
globals.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
main.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
Secrets.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00
types.ts Support for users and authentication [backend]. 2025-03-04 21:29:05 +01:00