From 8bf9d1b016f217635b331dfc323ebf681d027d97 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 23 Jun 2021 01:55:57 -0500 Subject: [PATCH] fix port [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05902fd90..7432382cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Setup guides, FAQ, the more information we have on the [wiki](https://wiki.serva 4. Start gulp to monitor your dev environment for any changes that need post processing using `yarn start` command. 5. Build the project in Visual Studio, Setting startup project to `Prowlarr.Console` and framework to `net5.0` 6. Debug the project in Visual Studio -7. Open http://localhost:7878 +7. Open http://localhost:9696 ### Contributing Code ### - If you're adding a new, already requested feature, please comment on [Github Issues](https://github.com/Prowlarr/Prowlarr/issues "Github Issues") so work is not duplicated (If you want to add something not already on there, please talk to us first)