Skip to content

Commit

Permalink
Korrigerer prosjektnavn på fravær
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsve committed Jan 19, 2024
1 parent d19800b commit 9098b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Api/Projects/ProjectController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Api.Projects;
[ApiController]
public class ProjectController : ControllerBase
{
private const string AbsenceCustomerName = "Permisjoner";
private const string AbsenceCustomerName = "Variant - Fravær";

private readonly IMemoryCache _cache;
private readonly ApplicationContext _context;
Expand Down
4 changes: 2 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Config and run
```shell
# Copy the template file and fill the missing fields:
cd backend/
cd Api/
cp appsettings.Local.json.template appsettings.Local.json


Expand All @@ -21,7 +21,7 @@ dotnet ef database update --startup-project Api/ --project Database/

# Start the web-server by either using the IDE launcher (launchSettings.json): Api:http
# ...or manually by terminal
cd backend/Api
cd Api
dotnet run
```

Expand Down

0 comments on commit 9098b43

Please sign in to comment.