camper/pkg
jordi fita mas dd0a4a8ba9 Instead of keeping a requestPath in app, use request.RequestURI
I was keeping this variable to redirect to the requested URL when the
user has no permission, is not logged in, and is shown the login form to
redirect them back to the original URL.  Since each handler removes a
part of the path each time, i need to keep the original Path for that.

However, i just found out that request.RequestURI already is that
original URI requested by the client.  No need for an extra variable.
2023-08-06 04:03:04 +02:00
..
app Instead of keeping a requestPath in app, use request.RequestURI 2023-08-06 04:03:04 +02:00
auth Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
campsite Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
database Add the company’s slug in the URL before company-dependent handlers 2023-07-31 18:51:50 +02:00
form Allow users to update their profile images 2023-07-28 20:15:09 +02:00
http Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
locale Take into account the confidence of language.Matcher 2023-08-05 02:08:32 +02:00
template Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
uuid Add the company’s slug in the URL before company-dependent handlers 2023-07-31 18:51:50 +02:00