mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
feat:#43 added vue dev tools
This commit is contained in:
@ -51,5 +51,9 @@ http {
|
||||
location / {
|
||||
proxy_pass http://htwkalender-frontend:8000;
|
||||
}
|
||||
|
||||
location /__devtools__ {
|
||||
proxy_pass http://htwkalender-frontend:8000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user