Skip to content

Commit

Permalink
fix typo on static folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
adaptivui authored Jun 14, 2024
1 parent 92b81ed commit ba57a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw/pw-csp/server/src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spring:
mode: XHTML
web:
resources:
static-locations: file:./../dist/,file:./../src/,file:./../data/,file:./../node_modules
static-locations: file:./../client/dist/test

security:
basic:
Expand Down

0 comments on commit ba57a81

Please sign in to comment.