diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-17 16:48:25 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-17 16:48:25 -0600 |
| commit | 338ff46e4ab799a4b159f8c2a79b73751f920727 (patch) | |
| tree | 48924f09c5a65c3e2238882c87e6d195e4ff0adb /db/projects.csv | |
| parent | 084ec28adef9f16a0f38f0457662e9695dfcff8a (diff) | |
feat: fix the csv data and serve it from the REST API
Diffstat (limited to 'db/projects.csv')
| -rw-r--r-- | db/projects.csv | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/projects.csv b/db/projects.csv index d824f59b..594cc390 100644 --- a/db/projects.csv +++ b/db/projects.csv @@ -1,9 +1,9 @@ -id, group_id, name -1, 1, "A1" -2, 2, "B1" -3, 3, "gitlab" -4, 6, "eicar-test-project" -5, 5, "disclosures" -6, 8, "changelog-parser" -7, 4, "handbook" -8, 4, "www-gitlab-com" +"id","group_id","name" +1,1,"A1" +2,2,"B1" +3,3,"gitlab" +4,6,"eicar-test-project" +5,5,"disclosures" +6,8,"changelog-parser" +7,4,"handbook" +8,4,"www-gitlab-com" |
