Skip to content
Snippets Groups Projects
Commit 0ac7d831 authored by Tom Schindler's avatar Tom Schindler
Browse files

url kommentar hinzugefügt

parent 33f9d9e1
No related branches found
No related tags found
No related merge requests found
Pipeline #22100 passed
......@@ -94,7 +94,8 @@ subscriptions _ =
fetchData : Cmd Msg
fetchData =
Http.get
{ url = "https://gitlab.informatik.uni-halle.de/akfns/infovisualprojekt/-/raw/master/csv/smartphone_dataset.csv"
{ -- url = "https://raw.githubusercontent.com/TomS-2000/test/main/smartphone_dataset.csv?token=GHSAT0AAAAAACS6UPFOZ4TYUP45QKFE7PGSZTIIIIA"
url = "https://gitlab.informatik.uni-halle.de/akfns/infovisualprojekt/-/raw/master/csv/smartphone_dataset.csv"
, expect = Http.expectString DataReceived
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment