Commit d46205b5 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add .htaccess to redirect from /api to /api/v1

parent 42559117
Loading
Loading
Loading
Loading

api/.htaccess

0 → 100644
+1 −0
Original line number Diff line number Diff line
RedirectMatch 302 ^/api/?$ /api/v1
 No newline at end of file