Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

PROD-1551 header -> qa #81

Merged
merged 11 commits into from
May 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
PROD-1551 #comment add route for /work #time 10m
  • Loading branch information
brooketopcoder committed May 2, 2022
commit b7d1b55ddab86810550d476fc26babfee78a3023
3 changes: 3 additions & 0 deletions config/micro-frontends-routes-local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<route path="self-service">
<application name="@topcoder/micro-frontends-self-service-app"></application>
</route>
<route path="work">
<application name="@topcoder/micro-frontends-self-service-app"></application>
</route>
<route path="unauthorized">
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
You are unauthorized
Expand Down