Skip to content

Commit 380c1fe

Browse files
authored
Merge pull request #218 from AndrewCS149/testWorkflow
testWorkflow
2 parents bb87ff6 + 74d8fd6 commit 380c1fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public static void Main(string[] args)
120120

121121
// ----------------------- ROUTING -------------------------------
122122
app.UseHttpsRedirection();
123+
app.UseStaticFiles();
123124
app.UseRouting();
124125
app.UseAuthentication();
125126
app.UseAuthorization();

0 commit comments

Comments
 (0)